| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetVisibleHotSpots function to get a list of the currently visible hot spots in a QuickTime VR movie.
UInt32 QTVRGetVisibleHotSpots (QTVRInstance qtvr, Handle hotSpots);
The QTVRGetVisibleHotSpots function returns, in the block of memory specified by the hotSpots parameter, a list of IDs of all the hot spots in the QuickTime VR movie specified by the qtvr parameter that are currently visible. QTVRGetVisibleHotSpots also returns, as its function result, the number of hot spot IDs returned though the hotSpots parameter.
The handle specified by the hotSpots parameter must be a valid handle created by the Memory Manager.
| Previous | Chapter contents | Chapter top | Section top | Next |